Parse<T>(string) Method

Summary
Parses the specified string to an enumeration.
Syntax
C#
C++/CLI
public static T Parse<T>( 
   this string value 
) 
[ExtensionAttribute()] 
public: 
static _T^_ Parsegeneric<typename T> 
(  
   String^ value 
)  

Parameters

value
The string to parse.

Type Parameters

T
The enumeration type

Return Value

The enumeration value that corresponds to the string.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.